home *** CD-ROM | disk | FTP | other *** search
/ HamCall (April 1991) / HAMCALL CD-ROM (Buckmaster)(April 1991).BIN / amateur / g8bpq / ports.doc < prev    next >
Text File  |  1990-10-14  |  2KB  |  79 lines

  1. The PORTS section of the BPQCFG file is now keyword driven, with one
  2. entry per line. The string of about a dozen params on one line was getting
  3. a bit out of hand!
  4.  
  5. The format is:
  6.  
  7. PORT
  8.  
  9.     PARAM=VALUE
  10.     ..
  11.     ..
  12.  
  13. ENDPORT
  14.  
  15.  
  16. There are typical entries in the supplied config file, but the full list
  17. of PARAM values supported is given below
  18.  
  19. ID=text string *        ; Up to 30 chars, appear on PORTS display
  20.  
  21. TYPE=ASYNC/DRSI/PC120/RLC100/QUAD *    ; Hardware Type
  22.  
  23. PROTOCOL=HDLC/KISS/ASYNC *        ; ASYNC is NETROM backend link
  24.  
  25. IOADDR=xxxH *    ; in hex, H is needed
  26.  
  27. INTLEVEL=n *    ; 2,3,4,5 or 7 - now supports shared interrupt cards
  28.  
  29. SPEED=nnnn *    ; Radio speed for DRSI, etc, async link speed for KISS
  30.  
  31. CHANNEL=A/B *    ; Selects port on DRSI/PC120 or dual port KISS (eg KPC4)
  32.  
  33. BBSFLAG=NOBBS    ; Stops direct connects to the BBS on this port
  34.  
  35. QUALITY=nnn *    ; Default quality for nodes heard on this port. Set to zero
  36.         ; to suppress NODES broadcasts on this port.
  37.  
  38. MAXFRAME=n *    ; Maximum outstanding frames
  39.  
  40. TXDELAY=nnn *    ; TX Keyup delay in milliseconds
  41.  
  42. SLOTTIME=100 *    ; CSMA interval timer
  43.  
  44. PERSIST=nnn *    ; 'Probability to transmit' value (1-255)
  45.  
  46. FULLDUP=0/1    ; currently only used by KISS driver
  47.  
  48. SOFTDCD=0/1    ; not yet supported
  49.  
  50. FRACK=nnnn *    ; Level 2 timout in milliseconds
  51.  
  52. RESPTIME=nnnn *    ; Level 2 delayed ack timer in milliseconds
  53.  
  54. RETRIES=n *    ; Level 2 maximum retry value
  55.  
  56. PACLEN=nnn *    ; default maximum packet length for this port
  57.  
  58. CWID=CALL    ; Currently only supported on DRSI/PC120/RLC100 
  59.  
  60. PORTCALL=CALL    ; Additional callsign/alias for level 2 connects to the
  61. PORTALIAS=ALIAS ; node for this port. Should not be the same as BBSCALL
  62.  
  63. VALIDCALLS=CALLS; A set of up to 8 callsigns, separated by a single space.
  64.         ; If present, only stations in the list will be allowed
  65.         ; to connect to you on this port.
  66.  
  67. QUALADJUST=NNN    ; Percentage to reduce the quality of a NODE in the NODES 
  68.         ; broadcast, if the best neighbour is on the same port as
  69.         ; the broadcast. Designed to improve throughput if more than
  70.         ; one channel is available, by discouraging routes which 
  71.         ; cause a node to send a packet on the same port that it
  72.         ; received it on.
  73.  
  74.  
  75. Those marked with a * must be included, the rest are optional. The validation
  76. is not good, and defaults are generally zero, so if you miss out any of the
  77. essential ones, odd things may well happen!
  78.  
  79.